DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1FilterDataCollection<T> Class / MoveToPageAsync Method
The index of the page.
The cancellation token.

In This Topic
    MoveToPageAsync Method (C1FilterDataCollection<T>)
    In This Topic
    Moves to the page pageIndex.
    Syntax
    'Declaration
     
    Public Overridable Function MoveToPageAsync( _
       ByVal pageIndex As Integer, _
       ByVal cancellationToken As CancellationToken _
    ) As Task
    public virtual Task MoveToPageAsync( 
       int pageIndex,
       CancellationToken cancellationToken
    )

    Parameters

    pageIndex
    The index of the page.
    cancellationToken
    The cancellation token.
    See Also